Skip to main content

Installing Endpoint Agent (Mac)

Note:

Please read the prerequisites and system requirements page before proceeding

Installation

  1. Please navigate to the portal and select your tenant from the dropdown menu. This will also display your Activation Code.

  2. Choose your linux distribution, then click on the "GENERATE DOWNLOAD LINK" button.

    Generate Download Link

  3. You may now press "CLICK HERE TO DOWNLOAD" to download it to your local system or copy one of the Install Scripts in the panel that appears below.

    Install Scripts

  4. Transfer the downloaded installer to your system, or run the commands in the Install Scripts panel.

chmod +x ./TD_Endpoint_MacOS.run
sudo ./TD_Endpoint_MacOS.run install --activation_code ***your Activation Code***
  1. The installer should complete, and provide output to your terminal.Mac install done

Uninstall

Open your terminal and run the command: sudo /opt/TDAgent/tdcli/tdcli.bin uninstall

Mac install uninstall